home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN12Menus < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.5 KB  |  39 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #12:    Menus
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    Menus.asm
  11.                    Menus.Inits.asm
  12.                    Full.Build
  13.                    Build
  14.                    Build.Macros 
  15.  
  16. MPW Components:    Menus.Aii
  17.                    Menus.Inits.Aii
  18.                    MakeFile
  19.  
  20. Menus demonstrates the various actions that can be applied to menus and menu 
  21. items.  Three application-specific menu options are provided:  Actions, Test, 
  22. and Custom.  Experiment with these menus, then examine the 65816 assembly 
  23. language source code to see how menu handling can be implemented.
  24. _____________________________________________________________________________
  25.  
  26. The demonstration uses many Menu Manager calls to add, manipulate, and delete 
  27. menus and menu items.  Its custom menu code can be incorporated into other 
  28. applications.  It also demonstrates how to generate 320-mode Super Hi-Res 
  29. graphics.
  30.  
  31. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
  32. Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
  33. Build.Macros allow you to perform complete or partial rebuilds of the load 
  34. file Menus.
  35.  
  36. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
  37. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  38. found in the MakeFile.
  39.